You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > MtxVec Class > MtxVec Methods > MtxVec.Skewness Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MtxVec.Skewness Method

Vector skewness

Syntax
C#
Visual Basic
public static double Skewness([In] TDenseMtxVec Vec, double AMean, double AStdDev);
Parameters 
Description 
[In] TDenseMtxVec Vec 
Calling vector or matrix object for which function will be evaluated. 
double AMean 
The average value computed from the Vec parameter. 
double AStdDev 
The standard deviation computed from the Vec parameter. 

Vector skewness.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!